range: Handle redraws inside update_mouse_location
authorBenjamin Otte <otte@redhat.com>
Sat, 29 Nov 2014 02:27:36 +0000 (03:27 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 29 Nov 2014 02:42:29 +0000 (03:42 +0100)
commit116cc5310531622236c61149513b6f4f1695b388
tree8eca5fbc39074bc903a5d9fa2b335b50f20b65ab
parent95dc96901eb099d0edf4fd75eb30fa5fa8ad74e3
range: Handle redraws inside update_mouse_location

This way, we can do finer-grained invalidation. Plus, we get to not
duplicate all the queue_draw() calls.
gtk/gtkrange.c